home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paradise in the Skirt
/
Paradise in the Skirt.iso
/
shared.dir
/
00210_Script_210
< prev
next >
Wrap
Text File
|
1994-11-11
|
2KB
|
80 lines
on nanpa
puppetSprite 48, true
set the castNum of sprite 48 = 205
set the locH of sprite 48 = 170
set the locV of sprite 48 = 390
updateStage
end
on suceed
global switchYesNo,totalHpoint,stepNo,movieName,movieNo
puppetSprite 48, true
set the castNum of sprite 48 = 206
set the locH of sprite 48 = 170
set the locV of sprite 48 = 390
updateStage
delay 180
sound stop 1
puppetSprite 48, False
put "H" into movieName
put string(random(3)) into movieNo
set the directToStage of cast "H0"&movieNo to 1
set the controller of cast "H0"&movieNo to 1
play frame "FUCK"&movieNo
end
on failed
global switchYesNo,totalHpoint,stepNo
puppetSprite 48, true
set the castNum of sprite 48 = 207
set the locH of sprite 48 = 170
set the locV of sprite 48 = 390
updateStage
set the text of cast "Comment" to "H.point -10"
put 0 into stepNo
put totalHpoint - 10 into totalHpoint
put totalHpoint into field "Hpoint"
delay 300
set the visible of sprite 44 to true
go to "map"
end
on shuryo
global switchYesNo,totalHpoint,stepNo
puppetSprite 48, true
set the castNum of sprite 48 = 208
set the locH of sprite 48 = 170
set the locV of sprite 48 = 390
updateStage
end
on Goodbye
global switchYesNo,totalHpoint,stepNo
puppetSprite 48, true
set the castNum of sprite 48 = 209
set the locH of sprite 48 = 170
set the locV of sprite 48 = 390
updateStage
end
on playQTMovie
global movieName,movieNo
sound stop 1
set the directToStage of cast movieName&"0"&movieNo to 1
set the controller of cast movieName&"0"&movieNo to 1
go to frame movieName&movieNo
end
on quitQTMovie
global movieName,movieNo
set the directToStage of cast movieName&"0"&movieNo to 0
set the controller of cast movieName&"0"&movieNo to 0
go to 70
go to 1
end